-
-
Notifications
You must be signed in to change notification settings - Fork 812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zero stock fix #8766
Zero stock fix #8766
Conversation
SchrodingersGat
commented
Dec 25, 2024
- Closes Cannot add stock once quantity reaches zero #8758
- Allow stock count / adjustment even with "zero" quantity
- Allow stock adjustments with zero quantity
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8766 +/- ##
==========================================
+ Coverage 85.20% 85.26% +0.06%
==========================================
Files 1172 1172
Lines 51538 51541 +3
Branches 2089 2090 +1
==========================================
+ Hits 43911 43946 +35
+ Misses 7118 7075 -43
- Partials 509 520 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Change backend validation - Allow stock adjustments with zero quantity * Frontend changes (cherry picked from commit ae7f4e3)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* Change backend validation - Allow stock adjustments with zero quantity * Frontend changes (cherry picked from commit ae7f4e3) Co-authored-by: Oliver <[email protected]>